Inserts a script at the current cursor position in an HTML or text document.
形式ドキュメントまたは文書ドキュメントの、現在のカーソル位置にスクリプトを挿入します。
|
To access this command...この機能の見つけ方 |
An inserted script is indicated by a small green rectangle. If you do not see the rectangle, choose Office - PreferencesTools - Options - Office Writer/Web - View, and select the Comments check box. To edit a script, double-click the green rectangle.
[PO-fuzzy@swriter\01.po] ※※※未訳※※※
If your document contains more than one script, the Edit Script dialog contains previous and next buttons to jump from script to script.
1 つのドキュメントに複数のスクリプトが存在する場合、スクリプトの編集 ダイアログに矢印ボタンが表示されます。この矢印ボタンを押すと、前後のスクリプトにジャンプできます。
Enter the type of script that you want to insert. The script is identified in the HTML source code by the tag <SCRIPT LANGUAGE="JavaScript">.
挿入するスクリプトの種類を入力します。このスクリプトは、HTML ソースコード内では <SCRIPT LANGUAGE="JavaScript"> タグで識別されます。
Adds a link to a script file. Click the URL radio button, and then enter the link in the box. You can also click the browse button (...), locate the file, and then click Insert. The linked script file is identified in the HTML source code by the following tags:
スクリプトファイルへのリンクを追加します。URL ラジオボタンをクリックして、ボックスにリンクを入力します。ブラウズボタン (...) をクリックして、ファイルを選択し、挿入 をクリックすることもできます。リンクされたスクリプトファイルは、HTML ソースコード内では次のタグで識別されます。
<SCRIPT LANGUAGE="JavaScript" SRC="url">
<SCRIPT LANGUAGE="JavaScript" SRC="url">
/* ignore all text here */
/*この部分の内容はすべて無視されます*/
</SCRIPT>
</SCRIPT>
Locate the script file that you want to link to, and then click Insert.
リンクするスクリプトを選択して、挿入 をクリックします。
Enter the script code that you want to insert.
挿入するスクリプトコードを入力します。